home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / examples / demo / demotext / globe.txt < prev    next >
Text File  |  1997-07-08  |  4KB  |  99 lines

  1.         WELCOME TO THE GLOBE DEMO
  2.  
  3.    The globe demo illustrates a number of features of
  4.    the IDL language, including texture mapping, model
  5.    rotations, and the concept of a color palette.
  6.  
  7.    The globe demo illustrates texture mapping,
  8.    a method of warping images to polygons. The 
  9.    polygons in this demo make up the Earth. Specifically,
  10.    the datasets are texture mapped onto a sphere object.
  11.    You can change the texture map that is displayed over 
  12.    the continents or over the oceans.
  13.  
  14.    You can also rotate the globe interactively. Position
  15.    the cursor on the image and, while holding down the 
  16.    left mouse button, move the cursor to rotate the 
  17.    globe. Release the mouse button when you are 
  18.    satisfied with the position of the globe. This 
  19.    functionality is new to IDL 5.0 and uses IDL's new 
  20.    object graphics. The Trackball object is used for the 
  21.    Globe Demo.
  22.  
  23.    The globe demo also illustrates the concept of
  24.    a color palette.  A color palette is a color lookup 
  25.    table used to map values (of an image) to red, green, 
  26.    and blue intensities. Temperatures are displayed with 
  27.    colors that range from red to blue and topography is 
  28.    displayed in grayscale.  The color palette is divided 
  29.    so that one dataset uses one portion of the color
  30.    palette and another dataset uses another portion of
  31.    the color palette.
  32.  
  33.    You can also "stretch" the color palette within the
  34.    globe demo, which alters only the color palette; 
  35.    image values remain constant. A stretch remaps the 
  36.    red, green, and blue values to new image values. For
  37.    instance, the red to blue portion of the color
  38.    palette is mapped to the temperature values. You
  39.    can shift the color palette associated with
  40.    temperatures so that red is mapped to lower 
  41.    temperatures.  The entire color palette is stretched 
  42.    with this shift.  Conversely, one may shift the color 
  43.    palette so that blue is mapped to higher 
  44.    temperatures. Shifting the color palette can 
  45.    accentuate image features. In this demo, you can 
  46.    emphasize regional variability in temperature or 
  47.    topography.
  48.  
  49.  
  50.    MENU OPTIONS
  51.    ------------
  52.  
  53.    File Menu:
  54.       Select "Quit" to exit the Globe Demo and return to
  55.       the IDL Demo main screen.
  56.  
  57.    Options Menu:
  58.       Select "Reset Orientation" to return to the initial
  59.       globe perspective. 
  60.  
  61.    Help Menu:
  62.       Select "About the Globe Demo" for information about 
  63.       the Globe Demo.
  64.  
  65.  
  66.    FEATURES
  67.    --------
  68.  
  69.    <<Continents:Temperature/Topography>> radio button
  70.       Displays either temperatures or topography over 
  71.       the continents.
  72.  
  73.    <<Oceans:Temperature/Topography>> radio button
  74.       Displays either temperatures or topography over
  75.       the oceans.
  76.  
  77.    <<Stretch temperature minimum>> slider
  78.        Stretches the temperature color palette; the
  79.        color associated with the minimum temperature
  80.        is shifted to a higher temperature. The entire
  81.        temperature palette is stretched.
  82.  
  83.    <<Stretch temperature maximum>> slider
  84.        Stretches the temperature color palette; the
  85.        color associated with the maximum temperature
  86.        is shifted to a lower temperature. The entire
  87.        temperature palette is stretched.
  88.  
  89.     <<Stretch topography minimum>> slider
  90.        Stretches the topography color palette; the
  91.        color associated with the minimum elevation
  92.        is shifted to a higher elevation. The entire
  93.        topography palette is stretched.
  94.  
  95.     <<Stretch topography maximum>>
  96.        Stretches the topography color palette; the
  97.        color associated with the maximum elevation
  98.        is shifted to a lower elevation. The entire
  99.        topography palette is stretched.